diff options
Diffstat (limited to 'app/[lng]/evcp/(evcp)/esg-check-list/page.tsx')
| -rw-r--r-- | app/[lng]/evcp/(evcp)/esg-check-list/page.tsx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/app/[lng]/evcp/(evcp)/esg-check-list/page.tsx b/app/[lng]/evcp/(evcp)/esg-check-list/page.tsx index 7bbd058f..a573c77b 100644 --- a/app/[lng]/evcp/(evcp)/esg-check-list/page.tsx +++ b/app/[lng]/evcp/(evcp)/esg-check-list/page.tsx @@ -35,18 +35,18 @@ export default async function IndexPage(props: IndexPageProps) { <div> <div className="flex items-center gap-2"> <h2 className="text-2xl font-bold tracking-tight"> - ESG 자가진단표 + ESG 자가진단평가서 항목 관리 </h2> <InformationButton pagePath="evcp/esg-check-list" /> </div> - <p className="text-muted-foreground"> + {/* <p className="text-muted-foreground"> 협력업체 평가에 사용되는 ESG 자가진단표를 관리{" "} - {/* <span className="inline-flex items-center whitespace-nowrap"> + <span className="inline-flex items-center whitespace-nowrap"> <Ellipsis className="size-3" /> <span className="ml-1">버튼</span> </span> - 을 통해 담당자 연락처, 입찰 이력, 계약 이력, 패키지 내용 등을 확인 할 수 있습니다. */} - </p> + 을 통해 담당자 연락처, 입찰 이력, 계약 이력, 패키지 내용 등을 확인 할 수 있습니다. + </p> */} </div> </div> </div> |
